home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMCHANGEDEFAULTPRINTER / TFRMCHANGEDEFAULTPRINTER.txt < prev   
Encoding:
Text File  |  2003-01-14  |  2.3 KB  |  97 lines

  1. inherited frmChangeDefaultPrinter: TfrmChangeDefaultPrinter
  2.   Left = 347
  3.   Top = 105
  4.   HelpContext = 6
  5.   OldCreateOrder = True
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited pnlTop: TPanel
  10.     inherited lblCommandName: TLabel
  11.       Caption = ''
  12.     end
  13.     inherited img1616: TImage
  14.       Picture.Data = {<image000.ico>}
  15.     end
  16.     inherited memActionDesc: TMemo
  17.       Lines.Strings = (
  18.         
  19.           'Changes the default printer.  Be aware that some applications ch' +
  20.           'eck for the '
  21.         
  22.           'default printer on start up, so simply using this action may not' +
  23.           ' change the default '
  24.         
  25.           'printer for applications that are already running.  In this case' +
  26.           ' you may need to '
  27.         'restart the application.')
  28.     end
  29.   end
  30.   inherited pnlCenter: TPanel
  31.     inherited pgcControlPage: TPageControl
  32.       inherited tbsAM5Main: TTabSheet
  33.         object Label1: TLabel
  34.           Left = 10
  35.           Top = 16
  36.           Width = 369
  37.           Height = 13
  38.           AutoSize = False
  39.           Caption = 'Available &printers:'
  40.           FocusControl = cboPrinters
  41.         end
  42.         object Label2: TLabel
  43.           Left = 10
  44.           Top = 77
  45.           Width = 113
  46.           Height = 13
  47.           Caption = 'Current default printer:'
  48.         end
  49.         object lbDefaultPrinter: TLabel
  50.           Left = 10
  51.           Top = 93
  52.           Width = 3
  53.           Height = 13
  54.         end
  55.         object cboPrinters: TComboBox
  56.           Left = 10
  57.           Top = 32
  58.           Width = 433
  59.           Height = 21
  60.           ItemHeight = 13
  61.           TabOrder = 0
  62.           OnDropDown = cboPrintersDropDown
  63.         end
  64.       end
  65.     end
  66.   end
  67.   inherited dxSIBarManager: TdxBarManager
  68.     Categories.ItemsVisibles = (
  69.       2)
  70.     Categories.Visibles = (
  71.       True)
  72.     PopupMenuLinks = <
  73.       item
  74.         Control = lsvAM5Errors
  75.         PopupMenu = dxCheckPopup
  76.       end>
  77.     DockControlHeights = (
  78.       0
  79.       0
  80.       0
  81.       0)
  82.   end
  83.   inherited dxCheckPopup: TdxBarPopupMenu
  84.     ItemLinks = <
  85.       item
  86.         Item = itmCheckAllErrors
  87.         UserGlyph.Data = {00000000}
  88.         Visible = True
  89.       end
  90.       item
  91.         Item = itmCheckNoErrors
  92.         UserGlyph.Data = {00000000}
  93.         Visible = True
  94.       end>
  95.   end
  96. end
  97.